Validator
LOG IN
SIGN UP
Scope
package:hl7.fhir.r4.core@4.0.1
Readonly
If you
Log in
or
sign up
, you can edit this script yourself.
{ "resourceType": "Practitioner", "id": "PractitionerMinnaMinimal", "identifier": [ { "system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR", "value": "222222201" }, { "value": "HÄVG-12345", "system": "http://fhir.kbv.de/NamingSystem/HAEVG" } ], "name": [ { "given": [ "Minna" ], "prefix": [ "Dr. med." ], "use": "official", "family": "Baroness von Kühn" } ], "address": [ { "type": "physical", "line": [ "Musterweg 12" ], "postalCode": "12345", "city": "Musterhausen" } ], "gender": "female" }