Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FHIR core RDF generator is generating incorrect type URLs #6

Open
hsolbrig opened this issue Sep 16, 2017 · 0 comments
Open

FHIR core RDF generator is generating incorrect type URLs #6

hsolbrig opened this issue Sep 16, 2017 · 0 comments

Comments

@hsolbrig
Copy link
Collaborator

The current FHIR RDF generator is incorrectly parsing references in the form:
{ "reference": "http://hl7.org/fhir/us/core/StructureDefinition/familymemberhistory-genetic" }
into:
fhir://hl7.org/fhir/us/core/StructureDefinition/familymemberhistory-genetic a fhir:us .

fhirtordf does this correctly:
fhir://hl7.org/fhir/us/core/StructureDefinition/familymemberhistory-genetic a fhir:StructureDefinition .

FHIR issue tracker for this item: https://gforge.hl7.org/gf/project/fhir/tracker/?action=TrackerItemEdit&tracker_item_id=13858&start=0

hsolbrig pushed a commit that referenced this issue Dec 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant