Skip to content

[BUG] JSON parse FHIR resources error using Hapi FHIR #6207

Closed Answered by pacmano1
phommata asked this question in Q&A
Discussion options

You must be logged in to vote

Not a java guy and literally the first time I touched maven.

Using Maven to get dependencies:

apt install maven
mkdir hapi
cd hapi
vi pom.xml

In pom.xml, from https://hapifhir.io/hapi-fhir/docs/getting_started/downloading_and_importing.html

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.example</groupId>
    <artifactId>hapi</artifactId>
    <version>7.2.0</version>
    <properties>
        <maven.compiler.source>17</maven.…

Replies: 3 comments 11 replies

Comment options

You must be logged in to vote
1 reply
@phommata
Comment options

Comment options

You must be logged in to vote
1 reply
@pacmano1
Comment options

Comment options

You must be logged in to vote
9 replies
@phommata
Comment options

@pacmano1
Comment options

@phommata
Comment options

@pacmano1
Comment options

@phommata
Comment options

Answer selected by phommata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working
3 participants
Converted from issue

This discussion was converted from issue #6206 on May 23, 2024 12:54.